Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Implemented a simple version of Halley's Method for scalar functions along with some tests #47

Merged
merged 4 commits into from
Feb 19, 2023

Conversation

yash2798
Copy link
Member

@yash2798 yash2798 commented Feb 18, 2023

@ChrisRackauckas Can you please review the method implemented?

Copy link
Member

@ChrisRackauckas ChrisRackauckas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@codecov
Copy link

codecov bot commented Feb 19, 2023

Codecov Report

Merging #47 (fb6880c) into main (9ebee9c) will decrease coverage by 1.02%.
The diff coverage is 72.72%.

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
- Coverage   92.39%   91.37%   -1.02%     
==========================================
  Files          14       15       +1     
  Lines         605      638      +33     
==========================================
+ Hits          559      583      +24     
- Misses         46       55       +9     
Impacted Files Coverage Δ
src/SimpleNonlinearSolve.jl 50.00% <ø> (ø)
src/halley.jl 72.72% <72.72%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas ChrisRackauckas merged commit 310f84b into SciML:main Feb 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants